home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / init.d / x-setup < prev   
Text File  |  2006-01-09  |  348b  |  16 lines

  1. #!/sbin/runscript
  2. # Copyright 1999-2005 Gentoo Foundation
  3. # Distributed under the terms of the GNU General Public License v2
  4. # $Header: /var/cvsroot/gentoo/src/livecd-tools/x-setup.init,v 1.3 2005/03/01 18:13:51 wolf31o2 Exp $
  5.  
  6. depend() {
  7.     before xdm local
  8.     need mkxf86config
  9. }
  10.  
  11. start() {
  12.     ebegin "Configuring OpenGL"
  13.     /usr/sbin/x-setup
  14.     eend $?
  15. }
  16.